From cc92d6da03944357090c6442a87f6b7828ad5868 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 15 Jan 2011 00:16:51 -0500 Subject: [PATCH] Fix a typo --- gtk/gtkrange.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index 2ad0357653..91431e12cc 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.c @@ -508,7 +508,7 @@ gtk_range_class_init (GtkRangeClass *class) PROP_ROUND_DIGITS, g_param_spec_int ("round-digits", P_("Round Digits"), - P_("The number of widgets to round the value to."), + P_("The number of digits to round the value to."), -1, G_MAXINT, -1, -- 2.30.2